Skip to content

IScheduledItem interface

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.IScheduledItem<T> Modifiers: public abstract

Summary

        Represents a work item that has been scheduled.
        

Applies to

netstandard2.0

Properties

NameSummary
DueTimeGets the absolute time at which the item is due for invocation.

Methods

NameSummary
InvokeInvokes the work item.